home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for f3extrud.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_EXTRUDETOOL_H = 1;
- include("real/windows/r3tool.js")
-
-
- var R3CLID_EXTRUDETOOL = 327;
-
-
-
-
- // Description: for internal mapchanges
- // Virtual method
-
- R3EXTRUDETM_BEVELTYPE = 327003;
-
- function mR3EXTRUDETM_BEVELTYPE() {
- DoA(this.r3obj, 327003, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Extrudetool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_EXTRUDETOOL, arguments);
- }
- // Methods
- this.BEVELTYPE=mR3EXTRUDETM_BEVELTYPE;
-
- // Attributes
- }
-
- r3Extrudetool.prototype=new r3Tool;
- // f3extrud.h_H